Basic power method convergence
Let be parameter capturing the “gap” between the first and second largest singular values. If Power method is initialized with a random Gaussian vector, then with high probability, after steps, we have either:
The method won’t converge if is very small. Consider extreme case when .
#incomplete